projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
889255b
)
Include syswait.h.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Aug 1993 03:53:33 +0000
(
03:53
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 15 Aug 1993 03:53:33 +0000
(
03:53
+0000)
src/sysdep.c
patch
|
blob
|
history
diff --git
a/src/sysdep.c
b/src/sysdep.c
index d765fa79ec24535a41bc4e5b9ba953a0a67d6f58..bf770b767c07b95b03c26d7b5ca4313c8766ee50 100644
(file)
--- a/
src/sysdep.c
+++ b/
src/sysdep.c
@@
-115,14
+115,7
@@
extern char *sys_errlist[];
#include <sys/ioctl.h>
#include "systty.h"
-
-#ifdef BSD
-#ifdef BSD4_1
-#include <wait.h>
-#else /* not 4.1 */
-#include <sys/wait.h>
-#endif /* not 4.1 */
-#endif /* BSD */
+#include "syswait.h"
#ifdef BROKEN_TIOCGWINSZ
#undef TIOCGWINSZ